CacheStats

constructor(capacity: Int, populated: Int, fillRatio: Float, hits: Long = 0, misses: Long = 0, evictions: Long = 0, hitRate: Float = 0.0f)